home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / JAVA-Programming-Tools / jtk101c.exe / DISK2 / install.ht_ / install.ht
Encoding:
Text File  |  1999-02-04  |  7.3 KB  |  187 lines

  1. <html>
  2.   <head>
  3.     <title>Evans Java Toolkit Installation</title>
  4.     <meta name="description" content="Evans Programming Java Toolkit - Installation">
  5.     <meta name="keywords" content="java, toolkit, install, setup">
  6.     <meta name="DESIGN" content="Evans Programming, Hoffman Estates, IL">
  7.   </head>
  8.  
  9.   <body bgcolor="#FFFFFF" link="#FF0000" vlink="#800000" alink="#FF00FF">
  10.  
  11. <!--INCLUDESTART="JTCLSHDR.TXT"-->
  12.       <center>
  13.         <font face="Arial" size="5" color="0000FF">
  14.           <strong>Evans Programming Java Toolkit</strong><br>
  15.         </font>
  16.       </center>
  17.       
  18.       <center>
  19.         <font size="-2" face="Arial" color="FF0000">
  20.           <strong>
  21.             <a href="../jtkit.htm", target="_top">Java Toolkit Page</a> |
  22.             <a href="../softwr.htm", target="_top">Software</a> |
  23.             <a href="../index.html", target="_top">Home</a><br>
  24.           </strong>
  25.         </font>
  26.       </center>
  27. <!--INCLUDESTOP="JTCLSHDR.TXT"-->
  28.  
  29.     <center>
  30.       <font size="-2" face="Arial" color="FF0000">
  31.         <strong>
  32.           <a href="#DESCRIPTION">Description</a> |
  33.           <a href="#DETAILS">Details</a><br>
  34.         </strong>
  35.       </font>
  36.     </center>
  37.  
  38. <!--INCLUDESTART="JTPGNAV.TXT"-->
  39.  
  40.     
  41.     <a href="licagree.htm">Previous</a> 
  42.     <a href="msgbox.htm">Next</a> 
  43.     <a href="classidx.htm">Index</a><br>
  44.                                  
  45. <!--INCLUDESTOP="JTPGNAV.TXT"-->
  46.  
  47.     <hr>
  48.  
  49.     <h1>Installing the Java Toolkit</h1>
  50.  
  51.     <a name="DESCRIPTION"><img src="descript.gif" width=220 height=60 alt="Description"></a>
  52.     <p>
  53.       The classes provided with the Evans Java Toolkit must be manually installed.
  54.       The classes are configured as a java <strong>package</strong> named <strong>evans.toolkit</strong>.
  55.       One copy of the <strong>evans.toolkit package</strong> must be installed
  56.       on your web site and one copy on the computer used to develop your java programs.
  57.     </p>
  58.  
  59.     <p>
  60.       Additionally, the java <strong>classpath</strong> may need modified on the development
  61.       computer to include the location of the new <strong>evans.toolkit package</strong>.
  62.     <p>
  63.  
  64.     <p>
  65.       If you are using a registered version of the Evans Java Toolkit, you will also need a 
  66.       copy of the <a href="license.htm">Epjava.lic</a> license file installed on the development 
  67.       computer <strong>and</strong> on the web site.
  68.     <p>
  69.  
  70.     <hr>
  71.  
  72.     <h2><a name="DETAILS">Details</a></h2>
  73.  
  74.     <img src="winfile1.gif" border="1" width=380 height=236 alt="Directory Structure of evans.toolkit">
  75.     
  76.     <p>
  77.       Initially, the Evans Java Toolkit <strong>package</strong>, <strong>evans.toolkit</strong>, is installed in the
  78.       directory where you instructed the Setup program to install your toolkit.
  79.       For example, if you instructed setup to install the Java Toolkit in "c:\Program Files\Evans Java Toolkit",
  80.       then within the "Evans Java Toolkit" folder will be a folder called "evans". Within the "evans" folder will be a
  81.       folder called "toolkit". The "toolkit" folder contains the actual Java Toolkit classes.
  82.     </p>
  83.  
  84.     <p>
  85.       The "evans" folder and <strong>all</strong> its' contents comprise the <strong>evans.toolkit</strong> <strong>package</strong>.
  86.       When you copy the <strong>package</strong> to it's destination(s),
  87.       the file and folder structures, names and case <strong>must</strong> be retained!
  88.     </p>
  89.  
  90.     <h3>Installing the Toolkit on the Development Computer</h3>
  91.  
  92.     <p>
  93.       To install the Toolkit for development on a local hard drive, copy the <strong>evans.toolkit</strong> <strong>package</strong> to
  94.       a folder on your hard drive where it can be easily accessed during development. A good choice
  95.       would be in a folder already referenced by your <strong>classpath</strong>.
  96.     </p>
  97.  
  98.     <p>On my computer, I have <strong>classpath</strong> pointing to c:\windows\java. Therefore, I chose to
  99.        copy the <strong>evans.toolkit</strong> <strong>package</strong> to that location so I would not need to modify my
  100.        <strong>classpath</strong>.
  101.     </p>
  102.  
  103.     After installing the evans.toolkit, in c:\windows\java, I had the following
  104.     directories and files;
  105.       
  106.     <dl>
  107.       <dd>c:\windows\java\evans\toolkit\ClientIO.class
  108.       <dd>c:\windows\java\evans\toolkit\FormTool.class
  109.       <dd>c:\windows\java\evans\toolkit\License.class
  110.       <dd>c:\windows\java\evans\toolkit\MsgBox.class
  111.     </dl>
  112.         
  113.     Alternatively, I could have left my toolkit <strong>package</strong> in the "c:\Program Files\Evans Java Toolkit"
  114.     folder and modified my <strong>classpath</strong>;
  115.     
  116.     <dl>
  117.       <dd>Before - c:\windows\java
  118.       <dd>After - c:\windows\java;c:\Program Files\Evans Java Toolkit
  119.     </dl>
  120.  
  121.     So, either install the <strong>evans.toolkit</strong> <strong>package</strong> in a folder within the
  122.     current <strong>classpath</strong>, or modify your <strong>classpath</strong> 
  123.     to include the <strong>evans.toolkit</strong> <strong>package</strong>. Refer to the documentation supplied with your java development system for more 
  124.     information on the <strong>classpath</strong>.
  125.  
  126.     <h3>Installing the Toolkit on a Web Server</h3>
  127.  
  128.     <p>
  129.       To install the Toolkit for use by your applet(s) on a web server, copy the <strong>evans.toolkit</strong>
  130.       <strong>package</strong> into the folder on your server containing the classes that call <strong>evans.toolkit</strong> methods.
  131.       On my web site, my main java classes are in a directory called http://www.Evans-Programming.com/java.
  132.     </p>
  133.  
  134.     After installing the <strong>evans.toolkit</strong> in http://www.Evans-Programming.com/java, I had the following
  135.     directories and files;
  136.     
  137.     <dl>
  138.       <dd>http://www.Evans-Programming.com/java/evans/toolkit/ClientIO.class
  139.       <dd>http://www.Evans-Programming.com/java/evans/toolkit/FormTool.class
  140.       <dd>http://www.Evans-Programming.com/java/evans/toolkit/License.class
  141.       <dd>http://www.Evans-Programming.com/java/evans/toolkit/MsgBox.class
  142.     </dl>
  143.  
  144.     <hr>
  145.  
  146. <!--INCLUDESTART="JTPGNAV.TXT"-->
  147.  
  148.     
  149.     <a href="licagree.htm">Previous</a> 
  150.     <a href="msgbox.htm">Next</a> 
  151.     <a href="classidx.htm">Index</a><br>
  152.                                  
  153. <!--INCLUDESTOP="JTPGNAV.TXT"-->
  154.  
  155.     <center>
  156.       <font size="-2" face="Arial" color="FF0000">
  157.         <strong>
  158.           <a href="#DESCRIPTION">Description</a> |
  159.           <a href="#DETAILS">Details</a><br>
  160.         </strong>
  161.       </font>
  162.     </center>
  163.  
  164. <!--INCLUDESTART="JTCLSFTR.TXT"-->
  165.     <center>
  166.       <font size="-2" face="Arial" color="FF0000">
  167.         <strong>
  168.           <a href="../jtkit.htm", target="_top">Java Toolkit Page</a> |
  169.           <a href="../softwr.htm", target="_top">Software</a> |
  170.           <a href="../index.html", target="_top">Home</a><br>
  171.         </strong>
  172.       </font>
  173.     </center>
  174.  
  175.     <p></p>
  176.     <font size="-1">Evans Programming Java Toolkit HTML Document<br>
  177.       Generated March 15, 1998<br>
  178.       Revised Februrary 5, 1999<br>
  179.       Copyright 1998-1999 Evans Programming<br>
  180.       Send comments or corrections to <a href="mailto:davidLevans@megsinet.net">davidLevans@megsinet.net</a>
  181.     </font>
  182. <!--INCLUDESTOP="JTCLSFTR.TXT"-->
  183.  
  184.     </font>
  185.   </body>
  186. </html>
  187.